home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Resources / Backup / Mozy Remote Backup 1.6.1.0 / mozysetup.exe / install_script.iss
Text File  |  2006-04-07  |  5KB  |  86 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=Mozy
  5. AppVerName=Mozy 1.6.1.0
  6. AppId=Mozy
  7. AppPublisher=Berkeley Data Systems
  8. AppPublisherURL=http://mozy.com/
  9. AppSupportURL=http://mozy.com/
  10. AppUpdatesURL=http://mozy.com/
  11. DefaultDirName={pf}\Mozy
  12. DefaultGroupName=Mozy
  13. UninstallDisplayIcon={app}\mozyconf.exe
  14. UninstallFilesDir={app}\uninstall
  15. OutputBaseFilename=mozy-1_6_1_0
  16. Compression=lzma
  17. ArchitecturesAllowed=x86
  18. LicenseFile=embedded\License.rtf
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\mozyconf.exe"; DestDir: "{app}"; MinVersion: 0.0,5.01; 
  24. Source: "{app}\mozystat.exe"; DestDir: "{app}"; MinVersion: 0.0,5.01; 
  25. Source: "{app}\mozybackup.exe"; DestDir: "{app}"; MinVersion: 0.0,5.01; 
  26. Source: "{app}\Uninstall\mozy.sys"; DestDir: "{app}\Uninstall"; AfterInstall: "set_install_driver"; MinVersion: 0.0,5.01; Flags: deleteafterinstall 
  27. Source: "{app}\Uninstall\mozy.inf"; DestDir: "{app}\Uninstall"; MinVersion: 0.0,5.01; 
  28. Source: "{app}\Config\mozyconf.dat"; DestDir: "{app}\Config"; MinVersion: 0.0,5.01; Flags: onlyifdoesntexist 
  29. Source: "{app}\Uninstall\installer_tools.dll"; DestDir: "{app}\Uninstall"; MinVersion: 0.0,5.01; Flags: uninsrestartdelete 
  30. Source: "{app}\Help\opensource-licenses.txt"; DestDir: "{app}\Help"; MinVersion: 0.0,5.01; 
  31.  
  32. [Dirs]
  33. Name: "{app}\Data"; 
  34. Name: "{app}\Config"; 
  35. Name: "{app}\Help"; 
  36. Name: "{app}\Uninstall"; 
  37.  
  38. [Registry]
  39. Root: HKLM; Subkey: "Software\Mozy"; ValueName: "ConfigPath"; ValueType: String; ValueData: "{app}\Config"; MinVersion: 0.0,5.01; Flags: uninsdeletekey 
  40. Root: HKLM; Subkey: "Software\Mozy"; ValueName: "DataPath"; ValueType: String; ValueData: "{app}\Data"; MinVersion: 0.0,5.01; Flags: uninsdeletekey 
  41. Root: HKLM; Subkey: "Software\Mozy"; ValueName: "ConfigApplication"; ValueType: String; ValueData: "{app}\mozyconf.exe"; MinVersion: 0.0,5.01; Flags: uninsdeletekey 
  42. Root: HKLM; Subkey: "System\CurrentControlSet\Services\MozyBackup"; ValueName: "Description"; ValueType: String; ValueData: "Backs up configured files to the Mozy service. Please DO NOT stop or restart this service - it could corrupt your Mozy installation."; MinVersion: 0.0,5.01; Flags: uninsdeletekey 
  43. Root: HKLM; Subkey: "Software\Mozy\params"; MinVersion: 0.0,5.01; Flags: uninsdeletekey 
  44.  
  45. [Run]
  46. Filename: "{sys}\sc.exe"; Parameters: "create MozyBackup binPath= ""{app}\mozybackup.exe"" start= auto"; StatusMsg: "Creating Mozy service..."; MinVersion: 0.0,5.01; 
  47. Filename: "{sys}\rundll32.exe"; Parameters: "setupapi,InstallHinfSection DefaultInstall 132 {app}\Uninstall\mozy.inf"; StatusMsg: "Installing Mozy filter..."; Check: "install_driver"; MinVersion: 0.0,5.01; 
  48. Filename: "{sys}\sc.exe"; Parameters: "start MozyFilter"; StatusMsg: "Starting Mozy filter..."; MinVersion: 0.0,5.01; 
  49. Filename: "{sys}\sc.exe"; Parameters: "start MozyBackup"; StatusMsg: "Initializing Mozy service.  This may take a minute..."; MinVersion: 0.0,5.01; 
  50. Filename: "{app}\mozystat.exe"; StatusMsg: "Starting Mozy service..."; MinVersion: 0.0,5.01; Flags: nowait
  51. Filename: "{sys}\sc.exe"; Parameters: "start MozyBackup"; MinVersion: 0.0,5.01; 
  52. Filename: "{app}\mozyconf.exe"; Description: "{cm:LaunchProgram,Mozy Configuration}"; MinVersion: 0.0,5.01; Flags: postinstall skipifsilent waituntilidle
  53.  
  54. [UninstallRun]
  55. Filename: "{sys}\rundll32.exe"; Parameters: "setupapi,InstallHinfSection DefaultUninstall 132 {app}\Uninstall\mozy.inf"; StatusMsg: "Stopping Mozy service..."; MinVersion: 0.0,5.01; 
  56. Filename: "{sys}\sc.exe"; Parameters: "delete MozyBackup"; StatusMsg: "Deleting Mozy service..."; MinVersion: 0.0,5.01; 
  57. Filename: "{sys}\sc.exe"; Parameters: "delete MozyFilter"; StatusMsg: "Deleting Mozy filter..."; MinVersion: 0.0,5.01; 
  58.  
  59. [Icons]
  60. Name: "{userstartup}\Mozy Status"; Filename: "{app}\mozystat.exe"; MinVersion: 0.0,5.01; 
  61. Name: "{group}\Mozy Configuration"; Filename: "{app}\mozyconf.exe"; MinVersion: 0.0,5.01; 
  62. Name: "{group}\Mozy Status"; Filename: "{app}\mozystat.exe"; MinVersion: 0.0,5.01; 
  63. Name: "{group}\Uninstall Mozy"; Filename: "{uninstallexe}"; IconFilename: "{sys}\shell32.dll"; IconIndex: 31; MinVersion: 0.0,5.01; 
  64. Name: "{group}\Online Help"; Filename: "http://mozy.com/support.html"; IconFilename: "{sys}\shell32.dll"; IconIndex: 23; MinVersion: 0.0,5.01; 
  65. Name: "{app}\Help\Mozy.com"; Filename: "http://mozy.com/support.html"; IconFilename: "{sys}\shell32.dll"; IconIndex: 23; MinVersion: 0.0,5.01; 
  66.  
  67. [UninstallDelete]
  68. Type: filesandordirs; Name: "{app}\Config"; 
  69. Type: filesandordirs; Name: "{app}\Data"; 
  70.  
  71. [CustomMessages]
  72. default.NameAndVersion=%1 version %2
  73. default.AdditionalIcons=Additional icons:
  74. default.CreateDesktopIcon=Create a &desktop icon
  75. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  76. default.ProgramOnTheWeb=%1 on the Web
  77. default.UninstallProgram=Uninstall %1
  78. default.LaunchProgram=Launch %1
  79. default.AssocFileExtension=&Associate %1 with the %2 file extension
  80. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  81.  
  82. [Languages]
  83. ; These files are stubs
  84. ; To achieve better results after recompilation, use the real language files
  85. Name: "default"; MessagesFile: "embedded\default.isl"; 
  86.